Imported Upstream version 1.6.0
authorThomas Moulard <thomas.moulard@gmail.com>
Thu, 11 Apr 2013 08:30:04 +0000 (17:30 +0900)
committerThomas Moulard <thomas.moulard@gmail.com>
Thu, 11 Apr 2013 08:30:04 +0000 (17:30 +0900)
commit03b041737be1f258c435cec02a364ef353bb47a7
treea596f7542478fa639175b05448bf4595d380917b
Imported Upstream version 1.6.0
1377 files changed:
AUTHORS.txt [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
PCLConfig.cmake.in [new file with mode: 0644]
PCLConfigVersion.cmake.in [new file with mode: 0644]
apps/CMakeLists.txt [new file with mode: 0644]
apps/include/pcl/apps/dominant_plane_segmentation.h [new file with mode: 0644]
apps/include/pcl/apps/impl/dominant_plane_segmentation.hpp [new file with mode: 0644]
apps/include/pcl/apps/nn_classification.h [new file with mode: 0644]
apps/include/pcl/apps/openni_passthrough.h [new file with mode: 0644]
apps/include/pcl/apps/organized_segmentation_demo.h [new file with mode: 0644]
apps/include/pcl/apps/render_views_tesselated_sphere.h [new file with mode: 0644]
apps/include/pcl/apps/timer.h [new file with mode: 0644]
apps/include/pcl/apps/vfh_nn_classifier.h [new file with mode: 0644]
apps/src/convolve.cpp [new file with mode: 0644]
apps/src/dominant_plane_segmentation.cpp [new file with mode: 0644]
apps/src/feature_matching.cpp [new file with mode: 0644]
apps/src/multiscale_feature_persistence_example.cpp [new file with mode: 0644]
apps/src/ni_linemod.cpp [new file with mode: 0644]
apps/src/nn_classification_example.cpp [new file with mode: 0644]
apps/src/openni_3d_concave_hull.cpp [new file with mode: 0644]
apps/src/openni_3d_convex_hull.cpp [new file with mode: 0644]
apps/src/openni_boundary_estimation.cpp [new file with mode: 0644]
apps/src/openni_change_viewer.cpp [new file with mode: 0644]
apps/src/openni_color_filter.cpp [new file with mode: 0644]
apps/src/openni_fast_mesh.cpp [new file with mode: 0644]
apps/src/openni_feature_persistence.cpp [new file with mode: 0644]
apps/src/openni_floodfill_planar_segmentation.cpp [new file with mode: 0644]
apps/src/openni_grab_frame.cpp [new file with mode: 0644]
apps/src/openni_ii_normal_estimation.cpp [new file with mode: 0644]
apps/src/openni_mls_smoothing.cpp [new file with mode: 0644]
apps/src/openni_mobile_server.cpp [new file with mode: 0644]
apps/src/openni_organized_multi_plane_segmentation.cpp [new file with mode: 0644]
apps/src/openni_passthrough.cpp [new file with mode: 0644]
apps/src/openni_passthrough.ui [new file with mode: 0644]
apps/src/openni_planar_convex_hull.cpp [new file with mode: 0644]
apps/src/openni_planar_segmentation.cpp [new file with mode: 0644]
apps/src/openni_stream_compression.cpp [new file with mode: 0644]
apps/src/openni_tracking.cpp [new file with mode: 0644]
apps/src/openni_uniform_sampling.cpp [new file with mode: 0644]
apps/src/openni_voxel_grid.cpp [new file with mode: 0644]
apps/src/organized_segmentation_demo.cpp [new file with mode: 0644]
apps/src/organized_segmentation_demo.ui [new file with mode: 0644]
apps/src/pcd_organized_multi_plane_segmentation.cpp [new file with mode: 0644]
apps/src/ppf_object_recognition.cpp [new file with mode: 0644]
apps/src/pyramid_surface_matching.cpp [new file with mode: 0644]
apps/src/render_views_tesselated_sphere.cpp [new file with mode: 0644]
apps/src/statistical_multiscale_interest_region_extraction_example.cpp [new file with mode: 0644]
apps/src/surfel_smoothing_test.cpp [new file with mode: 0644]
apps/src/test_search.cpp [new file with mode: 0644]
cmake/CMakeParseArguments.cmake [new file with mode: 0644]
cmake/CudaComputeTargetFlags.cmake [new file with mode: 0644]
cmake/Modules/FindEigen.cmake [new file with mode: 0644]
cmake/Modules/FindFLANN.cmake [new file with mode: 0644]
cmake/Modules/FindGLEW.cmake [new file with mode: 0644]
cmake/Modules/FindMPI.cmake [new file with mode: 0644]
cmake/Modules/FindOpenNI.cmake [new file with mode: 0644]
cmake/Modules/FindQVTK.cmake [new file with mode: 0644]
cmake/Modules/FindQhull.cmake [new file with mode: 0644]
cmake/Modules/FindSphinx.cmake [new file with mode: 0644]
cmake/Modules/Findlibusb-1.0.cmake [new file with mode: 0644]
cmake/Modules/NSIS.template.in [new file with mode: 0644]
cmake/cpack_options.cmake.in [new file with mode: 0644]
cmake/dep_graph.cmake [new file with mode: 0644]
cmake/images/README [new file with mode: 0644]
cmake/images/pcl.ico [new file with mode: 0644]
cmake/images/pcl_horz_large_pos.bmp [new file with mode: 0644]
cmake/images/pcl_vert_large_pos.png [new file with mode: 0644]
cmake/images/pcl_vert_large_pos_no_text.bmp [new file with mode: 0644]
cmake/merge_cmake_install.py [new file with mode: 0644]
cmake/pcl_all_in_one_installer.cmake [new file with mode: 0644]
cmake/pcl_cpack.cmake [new file with mode: 0644]
cmake/pcl_find_boost.cmake [new file with mode: 0644]
cmake/pcl_find_python.cmake [new file with mode: 0644]
cmake/pcl_find_ros.cmake [new file with mode: 0644]
cmake/pcl_find_sse.cmake [new file with mode: 0644]
cmake/pcl_options.cmake [new file with mode: 0644]
cmake/pcl_pclconfig.cmake [new file with mode: 0644]
cmake/pcl_targets.cmake [new file with mode: 0644]
cmake/pcl_tests.cmake [new file with mode: 0644]
cmake/pcl_utils.cmake [new file with mode: 0644]
cmake/pkgconfig.cmake.in [new file with mode: 0644]
cmake/uninstall_target.cmake.in [new file with mode: 0644]
common/CMakeLists.txt [new file with mode: 0644]
common/common.doxy [new file with mode: 0644]
common/include/pcl/ModelCoefficients.h [new file with mode: 0644]
common/include/pcl/PointIndices.h [new file with mode: 0644]
common/include/pcl/PolygonMesh.h [new file with mode: 0644]
common/include/pcl/TextureMesh.h [new file with mode: 0644]
common/include/pcl/Vertices.h [new file with mode: 0644]
common/include/pcl/channel_properties.h [new file with mode: 0644]
common/include/pcl/cloud_properties.h [new file with mode: 0644]
common/include/pcl/common/angles.h [new file with mode: 0644]
common/include/pcl/common/bivariate_polynomial.h [new file with mode: 0644]
common/include/pcl/common/centroid.h [new file with mode: 0644]
common/include/pcl/common/common.h [new file with mode: 0644]
common/include/pcl/common/common_headers.h [new file with mode: 0644]
common/include/pcl/common/concatenate.h [new file with mode: 0644]
common/include/pcl/common/distances.h [new file with mode: 0644]
common/include/pcl/common/eigen.h [new file with mode: 0644]
common/include/pcl/common/file_io.h [new file with mode: 0644]
common/include/pcl/common/gaussian.h [new file with mode: 0644]
common/include/pcl/common/geometry.h [new file with mode: 0644]
common/include/pcl/common/impl/angles.hpp [new file with mode: 0644]
common/include/pcl/common/impl/bivariate_polynomial.hpp [new file with mode: 0644]
common/include/pcl/common/impl/centroid.hpp [new file with mode: 0644]
common/include/pcl/common/impl/common.hpp [new file with mode: 0644]
common/include/pcl/common/impl/eigen.hpp [new file with mode: 0644]
common/include/pcl/common/impl/file_io.hpp [new file with mode: 0644]
common/include/pcl/common/impl/gaussian.hpp [new file with mode: 0644]
common/include/pcl/common/impl/intensity.hpp [new file with mode: 0644]
common/include/pcl/common/impl/io.hpp [new file with mode: 0644]
common/include/pcl/common/impl/norms.hpp [new file with mode: 0644]
common/include/pcl/common/impl/pca.hpp [new file with mode: 0644]
common/include/pcl/common/impl/piecewise_linear_function.hpp [new file with mode: 0644]
common/include/pcl/common/impl/polynomial_calculations.hpp [new file with mode: 0644]
common/include/pcl/common/impl/spring.hpp [new file with mode: 0644]
common/include/pcl/common/impl/transformation_from_correspondences.hpp [new file with mode: 0644]
common/include/pcl/common/impl/transforms.hpp [new file with mode: 0644]
common/include/pcl/common/impl/vector_average.hpp [new file with mode: 0644]
common/include/pcl/common/intensity.h [new file with mode: 0644]
common/include/pcl/common/intersections.h [new file with mode: 0644]
common/include/pcl/common/io.h [new file with mode: 0644]
common/include/pcl/common/norms.h [new file with mode: 0644]
common/include/pcl/common/pca.h [new file with mode: 0644]
common/include/pcl/common/piecewise_linear_function.h [new file with mode: 0644]
common/include/pcl/common/point_operators.h [new file with mode: 0644]
common/include/pcl/common/polynomial_calculations.h [new file with mode: 0644]
common/include/pcl/common/poses_from_matches.h [new file with mode: 0644]
common/include/pcl/common/spring.h [new file with mode: 0644]
common/include/pcl/common/synchronizer.h [new file with mode: 0644]
common/include/pcl/common/time.h [new file with mode: 0644]
common/include/pcl/common/time_trigger.h [new file with mode: 0644]
common/include/pcl/common/transformation_from_correspondences.h [new file with mode: 0644]
common/include/pcl/common/transforms.h [new file with mode: 0644]
common/include/pcl/common/utils.h [new file with mode: 0644]
common/include/pcl/common/vector_average.h [new file with mode: 0644]
common/include/pcl/console/parse.h [new file with mode: 0644]
common/include/pcl/console/print.h [new file with mode: 0644]
common/include/pcl/console/time.h [new file with mode: 0644]
common/include/pcl/correspondence.h [new file with mode: 0644]
common/include/pcl/exceptions.h [new file with mode: 0644]
common/include/pcl/for_each_type.h [new file with mode: 0644]
common/include/pcl/impl/instantiate.hpp [new file with mode: 0644]
common/include/pcl/impl/point_types.hpp [new file with mode: 0644]
common/include/pcl/pcl_base.h [new file with mode: 0644]
common/include/pcl/pcl_exports.h [new file with mode: 0644]
common/include/pcl/pcl_macros.h [new file with mode: 0644]
common/include/pcl/pcl_tests.h [new file with mode: 0644]
common/include/pcl/point_cloud.h [new file with mode: 0644]
common/include/pcl/point_representation.h [new file with mode: 0644]
common/include/pcl/point_traits.h [new file with mode: 0644]
common/include/pcl/point_types.h [new file with mode: 0644]
common/include/pcl/point_types_conversion.h [new file with mode: 0644]
common/include/pcl/range_image/impl/range_image.hpp [new file with mode: 0644]
common/include/pcl/range_image/impl/range_image_planar.hpp [new file with mode: 0644]
common/include/pcl/range_image/range_image.h [new file with mode: 0644]
common/include/pcl/range_image/range_image_planar.h [new file with mode: 0644]
common/include/pcl/ros/conversions.h [new file with mode: 0644]
common/include/pcl/ros/register_point_struct.h [new file with mode: 0644]
common/include/sensor_msgs/Image.h [new file with mode: 0644]
common/include/sensor_msgs/PointCloud2.h [new file with mode: 0644]
common/include/sensor_msgs/PointField.h [new file with mode: 0644]
common/include/std_msgs/Header.h [new file with mode: 0644]
common/src/common.cpp [new file with mode: 0644]
common/src/correspondence.cpp [new file with mode: 0644]
common/src/distances.cpp [new file with mode: 0644]
common/src/gaussian.cpp [new file with mode: 0644]
common/src/intersections.cpp [new file with mode: 0644]
common/src/io.cpp [new file with mode: 0644]
common/src/parse.cpp [new file with mode: 0644]
common/src/pcl_base.cpp [new file with mode: 0644]
common/src/poses_from_matches.cpp [new file with mode: 0644]
common/src/print.cpp [new file with mode: 0644]
common/src/range_image.cpp [new file with mode: 0644]
common/src/range_image_planar.cpp [new file with mode: 0644]
common/src/time_trigger.cpp [new file with mode: 0644]
common/test/CMakeLists.txt [new file with mode: 0644]
common/test/test_common.cpp [new file with mode: 0644]
common/test/test_eigen.cpp [new file with mode: 0644]
common/test/test_gaussian.cpp [new file with mode: 0644]
common/test/test_intensity.cpp [new file with mode: 0644]
common/test/test_macros.cpp [new file with mode: 0644]
common/test/test_operators.cpp [new file with mode: 0644]
common/test/test_pca.cpp [new file with mode: 0644]
common/test/test_plane_intersection.cpp [new file with mode: 0644]
common/test/test_spring.cpp [new file with mode: 0644]
common/test/test_vector_average.cpp [new file with mode: 0644]
common/test/test_wrappers.cpp [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/advanced/Makefile [new file with mode: 0644]
doc/advanced/content/_templates/layout.html [new file with mode: 0644]
doc/advanced/content/branches_repository.rst [new file with mode: 0644]
doc/advanced/content/c_cache.rst [new file with mode: 0644]
doc/advanced/content/compiler_optimizations.rst [new file with mode: 0644]
doc/advanced/content/conf.py [new file with mode: 0644]
doc/advanced/content/distcc.rst [new file with mode: 0644]
doc/advanced/content/exceptions_guide.rst [new file with mode: 0644]
doc/advanced/content/how_to_write_a_tutorial.rst [new file with mode: 0644]
doc/advanced/content/images/ccache.png [new file with mode: 0644]
doc/advanced/content/images/distcc.png [new file with mode: 0644]
doc/advanced/content/images/distcc_plot.png [new file with mode: 0644]
doc/advanced/content/images/optimize.png [new file with mode: 0644]
doc/advanced/content/images/unitybuild.jpg [new file with mode: 0644]
doc/advanced/content/index.rst [new file with mode: 0644]
doc/advanced/content/minimal_example.rst [new file with mode: 0644]
doc/advanced/content/pcl_style_guide.rst [new file with mode: 0644]
doc/advanced/content/single_compile_unit.rst [new file with mode: 0644]
doc/doxygen/CMakeLists.txt [new file with mode: 0644]
doc/doxygen/doxyfile.in [new file with mode: 0644]
doc/doxygen/doxygen_layout.xml [new file with mode: 0644]
doc/doxygen/pcl.doxy [new file with mode: 0644]
doc/overview/Makefile [new file with mode: 0644]
doc/overview/content/_templates/layout.html [new file with mode: 0644]
doc/overview/content/conf.py [new file with mode: 0644]
doc/overview/content/images/visualization/bunny.jpg [new file with mode: 0644]
doc/overview/content/images/visualization/ex1.jpg [new file with mode: 0644]
doc/overview/content/images/visualization/ex2.jpg [new file with mode: 0644]
doc/overview/content/images/visualization/ex3.jpg [new file with mode: 0644]
doc/overview/content/images/visualization/ex4.jpg [new file with mode: 0644]
doc/overview/content/images/visualization/ex5.jpg [new file with mode: 0644]
doc/overview/content/images/visualization/histogram.jpg [new file with mode: 0644]
doc/overview/content/images/visualization/normals.jpg [new file with mode: 0644]
doc/overview/content/images/visualization/pcs.jpg [new file with mode: 0644]
doc/overview/content/images/visualization/range_image.jpg [new file with mode: 0644]
doc/overview/content/images/visualization/shapes.jpg [new file with mode: 0644]
doc/overview/content/index.rst [new file with mode: 0644]
doc/overview/content/visualization.rst [new file with mode: 0644]
doc/tutorials/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/Makefile [new file with mode: 0644]
doc/tutorials/content/_templates/layout.html [new file with mode: 0644]
doc/tutorials/content/adding_custom_ptype.rst [new file with mode: 0644]
doc/tutorials/content/basic_structures.rst [new file with mode: 0644]
doc/tutorials/content/benchmark.rst [new file with mode: 0644]
doc/tutorials/content/benchmark_filters.rst [new file with mode: 0644]
doc/tutorials/content/building_pcl.rst [new file with mode: 0644]
doc/tutorials/content/cloud_viewer.rst [new file with mode: 0644]
doc/tutorials/content/cluster_extraction.rst [new file with mode: 0644]
doc/tutorials/content/compiling_pcl_dependencies_windows.rst [new file with mode: 0644]
doc/tutorials/content/compiling_pcl_macosx.rst [new file with mode: 0644]
doc/tutorials/content/compiling_pcl_windows.rst [new file with mode: 0644]
doc/tutorials/content/compression.rst [new file with mode: 0644]
doc/tutorials/content/concatenate_clouds.rst [new file with mode: 0644]
doc/tutorials/content/concatenate_fields.rst [new file with mode: 0644]
doc/tutorials/content/concatenate_points.rst [new file with mode: 0644]
doc/tutorials/content/conditional_removal.rst [new file with mode: 0644]
doc/tutorials/content/conf.py [new file with mode: 0644]
doc/tutorials/content/convex_hull_2d.rst [new file with mode: 0644]
doc/tutorials/content/cvfh_signature.rst [new file with mode: 0644]
doc/tutorials/content/cylinder_segmentation.rst [new file with mode: 0644]
doc/tutorials/content/extract_indices.rst [new file with mode: 0644]
doc/tutorials/content/feature_evaluation_framework.rst [new file with mode: 0644]
doc/tutorials/content/fpfh_estimation.rst [new file with mode: 0644]
doc/tutorials/content/greedy_projection.rst [new file with mode: 0644]
doc/tutorials/content/how_features_work.rst [new file with mode: 0644]
doc/tutorials/content/hull_2d.rst [new file with mode: 0644]
doc/tutorials/content/images/2d_kdtree.png [new file with mode: 0644]
doc/tutorials/content/images/3dtree.png [new file with mode: 0644]
doc/tutorials/content/images/PCD_icon.png [new file with mode: 0644]
doc/tutorials/content/images/SVNCheckout.png [new file with mode: 0644]
doc/tutorials/content/images/bunny.jpg [new file with mode: 0644]
doc/tutorials/content/images/changedetectionThumb.png [new file with mode: 0644]
doc/tutorials/content/images/changedetectionViewer.png [new file with mode: 0644]
doc/tutorials/content/images/cloud_viewer.jpg [new file with mode: 0644]
doc/tutorials/content/images/cluster_extraction.jpg [new file with mode: 0644]
doc/tutorials/content/images/cmake_cminpack_1.png [new file with mode: 0644]
doc/tutorials/content/images/cmake_cminpack_2.png [new file with mode: 0644]
doc/tutorials/content/images/cmake_cminpack_3.png [new file with mode: 0644]
doc/tutorials/content/images/compression_tutorial.png [new file with mode: 0644]
doc/tutorials/content/images/concatenate_data.jpg [new file with mode: 0644]
doc/tutorials/content/images/concatenate_fields.jpg [new file with mode: 0644]
doc/tutorials/content/images/concave_hull_2d.gif [new file with mode: 0644]
doc/tutorials/content/images/convex_hull_2d.jpg [new file with mode: 0644]
doc/tutorials/content/images/cvfh_histogram.png [new file with mode: 0644]
doc/tutorials/content/images/cylinder_model_seg.png [new file with mode: 0644]
doc/tutorials/content/images/cylinder_segmentation.jpg [new file with mode: 0644]
doc/tutorials/content/images/ex1.jpg [new file with mode: 0644]
doc/tutorials/content/images/extract_indices.jpg [new file with mode: 0644]
doc/tutorials/content/images/feature_evaluation/class_hierarchy.png [new file with mode: 0644]
doc/tutorials/content/images/features_bunny.png [new file with mode: 0644]
doc/tutorials/content/images/features_input_explained.png [new file with mode: 0644]
doc/tutorials/content/images/features_normal.png [new file with mode: 0644]
doc/tutorials/content/images/features_small.png [new file with mode: 0644]
doc/tutorials/content/images/filters_small.png [new file with mode: 0644]
doc/tutorials/content/images/form_0.png [new file with mode: 0644]
doc/tutorials/content/images/form_1.png [new file with mode: 0644]
doc/tutorials/content/images/fpfh_estimation.jpg [new file with mode: 0644]
doc/tutorials/content/images/fpfh_estimation/fpfh_diagram.png [new file with mode: 0644]
doc/tutorials/content/images/fpfh_estimation/fpfh_theory.jpg [new file with mode: 0644]
doc/tutorials/content/images/good_features.png [new file with mode: 0644]
doc/tutorials/content/images/good_features_small.png [new file with mode: 0644]
doc/tutorials/content/images/greedy_triangulation.png [new file with mode: 0644]
doc/tutorials/content/images/histogram.jpg [new file with mode: 0644]
doc/tutorials/content/images/io_small.jpg [new file with mode: 0644]
doc/tutorials/content/images/iterative_closest_point.gif [new file with mode: 0644]
doc/tutorials/content/images/kdtree_mug.png [new file with mode: 0644]
doc/tutorials/content/images/kdtree_search.png [new file with mode: 0644]
doc/tutorials/content/images/kdtree_small.png [new file with mode: 0644]
doc/tutorials/content/images/keypoints_small.png [new file with mode: 0644]
doc/tutorials/content/images/macosx_logo.png [new file with mode: 0644]
doc/tutorials/content/images/msvc_build_build_all.jpg [new file with mode: 0644]
doc/tutorials/content/images/msvc_build_install.jpg [new file with mode: 0644]
doc/tutorials/content/images/narf_descriptor.jpg [new file with mode: 0644]
doc/tutorials/content/images/narf_descriptor_visualization.png [new file with mode: 0644]
doc/tutorials/content/images/narf_keypoint_extraction.png [new file with mode: 0644]
doc/tutorials/content/images/nn_kdtree.gif [new file with mode: 0644]
doc/tutorials/content/images/normal_estimation.png [new file with mode: 0644]
doc/tutorials/content/images/normal_estimation/curvature_different_radii.png [new file with mode: 0644]
doc/tutorials/content/images/normal_estimation/flipped_scene1.png [new file with mode: 0644]
doc/tutorials/content/images/normal_estimation/flipped_scene2.png [new file with mode: 0644]
doc/tutorials/content/images/normal_estimation/flipped_sphere.png [new file with mode: 0644]
doc/tutorials/content/images/normal_estimation/normals_different_radii.png [new file with mode: 0644]
doc/tutorials/content/images/normal_estimation/unflipped_scene1.png [new file with mode: 0644]
doc/tutorials/content/images/normal_estimation/unflipped_scene2.png [new file with mode: 0644]
doc/tutorials/content/images/normal_estimation/unflipped_sphere.png [new file with mode: 0644]
doc/tutorials/content/images/normal_estimation_ii.png [new file with mode: 0644]
doc/tutorials/content/images/normals.jpg [new file with mode: 0644]
doc/tutorials/content/images/octree_bunny.png [new file with mode: 0644]
doc/tutorials/content/images/octree_bunny2.png [new file with mode: 0644]
doc/tutorials/content/images/octree_img.png [new file with mode: 0644]
doc/tutorials/content/images/octree_small.png [new file with mode: 0644]
doc/tutorials/content/images/openni_cams.png [new file with mode: 0644]
doc/tutorials/content/images/openni_grabber.png [new file with mode: 0644]
doc/tutorials/content/images/pair_inc.png [new file with mode: 0644]
doc/tutorials/content/images/passthrough.png [new file with mode: 0644]
doc/tutorials/content/images/passthrough_2.png [new file with mode: 0644]
doc/tutorials/content/images/pcl_ccmake.png [new file with mode: 0644]
doc/tutorials/content/images/pcl_logo.png [new file with mode: 0644]
doc/tutorials/content/images/pcl_openni_viewer.jpg [new file with mode: 0644]
doc/tutorials/content/images/pcl_visualizer_color_custom.png [new file with mode: 0644]
doc/tutorials/content/images/pcl_visualizer_color_rgb.png [new file with mode: 0644]
doc/tutorials/content/images/pcl_visualizer_interaction_customization.png [new file with mode: 0644]
doc/tutorials/content/images/pcl_visualizer_normals.png [new file with mode: 0644]
doc/tutorials/content/images/pcl_visualizer_shapes.png [new file with mode: 0644]
doc/tutorials/content/images/pcl_visualizer_simple.png [new file with mode: 0644]
doc/tutorials/content/images/pcl_visualizer_viewports.png [new file with mode: 0644]
doc/tutorials/content/images/pcs.jpg [new file with mode: 0644]
doc/tutorials/content/images/pfh_estimation.png [new file with mode: 0644]
doc/tutorials/content/images/pfh_estimation/example_pfhs.png [new file with mode: 0644]
doc/tutorials/content/images/pfh_estimation/pfh_diagram.png [new file with mode: 0644]
doc/tutorials/content/images/pfh_estimation/pfh_frame.png [new file with mode: 0644]
doc/tutorials/content/images/planar_segmentation.jpg [new file with mode: 0644]
doc/tutorials/content/images/planar_segmentation_2.png [new file with mode: 0644]
doc/tutorials/content/images/plane_model_seg.png [new file with mode: 0644]
doc/tutorials/content/images/project_inliers.png [new file with mode: 0644]
doc/tutorials/content/images/project_inliers_2.png [new file with mode: 0644]
doc/tutorials/content/images/radius_outlier.png [new file with mode: 0644]
doc/tutorials/content/images/random_sample_example1.png [new file with mode: 0644]
doc/tutorials/content/images/random_sample_example2.png [new file with mode: 0644]
doc/tutorials/content/images/range_image.jpg [new file with mode: 0644]
doc/tutorials/content/images/range_image_border_points.png [new file with mode: 0644]
doc/tutorials/content/images/range_image_small.png [new file with mode: 0644]
doc/tutorials/content/images/range_image_visualization.png [new file with mode: 0644]
doc/tutorials/content/images/ransac_inliers_plane.png [new file with mode: 0644]
doc/tutorials/content/images/ransac_inliers_sphere.png [new file with mode: 0644]
doc/tutorials/content/images/ransac_outliers_plane.png [new file with mode: 0644]
doc/tutorials/content/images/ransac_outliers_sphere.png [new file with mode: 0644]
doc/tutorials/content/images/read_pcd.jpg [new file with mode: 0644]
doc/tutorials/content/images/registration/block_diagram_single_iteration.png [new file with mode: 0644]
doc/tutorials/content/images/registration/registration_api.png [new file with mode: 0644]
doc/tutorials/content/images/registration/s1-6.png [new file with mode: 0644]
doc/tutorials/content/images/registration/scans.png [new file with mode: 0644]
doc/tutorials/content/images/registration_small.png [new file with mode: 0644]
doc/tutorials/content/images/resampling.jpg [new file with mode: 0644]
doc/tutorials/content/images/resampling_1.png [new file with mode: 0644]
doc/tutorials/content/images/resampling_2.png [new file with mode: 0644]
doc/tutorials/content/images/s1-6.png [new file with mode: 0644]
doc/tutorials/content/images/sample_consensus_planes_cylinders.png [new file with mode: 0644]
doc/tutorials/content/images/sample_consensus_small.png [new file with mode: 0644]
doc/tutorials/content/images/scans.png [new file with mode: 0644]
doc/tutorials/content/images/segmentation_small.png [new file with mode: 0644]
doc/tutorials/content/images/shapes.jpg [new file with mode: 0644]
doc/tutorials/content/images/statistical_removal.jpg [new file with mode: 0644]
doc/tutorials/content/images/statistical_removal_2.png [new file with mode: 0644]
doc/tutorials/content/images/surface_hull.png [new file with mode: 0644]
doc/tutorials/content/images/surface_meshing.png [new file with mode: 0644]
doc/tutorials/content/images/surface_small.png [new file with mode: 0644]
doc/tutorials/content/images/template_alignment_1.png [new file with mode: 0644]
doc/tutorials/content/images/template_alignment_2.png [new file with mode: 0644]
doc/tutorials/content/images/template_alignment_3.png [new file with mode: 0644]
doc/tutorials/content/images/template_alignment_4.png [new file with mode: 0644]
doc/tutorials/content/images/vfh_estimation.png [new file with mode: 0644]
doc/tutorials/content/images/vfh_estimation/first_component.png [new file with mode: 0644]
doc/tutorials/content/images/vfh_estimation/second_component.png [new file with mode: 0644]
doc/tutorials/content/images/vfh_estimation/vfh_example.png [new file with mode: 0644]
doc/tutorials/content/images/vfh_estimation/vfh_histogram.png [new file with mode: 0644]
doc/tutorials/content/images/vfh_estimation/vfh_histogram_visualized.png [new file with mode: 0644]
doc/tutorials/content/images/vfh_recognition.jpg [new file with mode: 0644]
doc/tutorials/content/images/vfh_recognition/objects.jpg [new file with mode: 0644]
doc/tutorials/content/images/vfh_recognition/pan_tilt.jpg [new file with mode: 0644]
doc/tutorials/content/images/vfh_recognition/scene_raw.png [new file with mode: 0644]
doc/tutorials/content/images/vfh_recognition/scene_segmented.png [new file with mode: 0644]
doc/tutorials/content/images/vfh_recognition/training.png [new file with mode: 0644]
doc/tutorials/content/images/vfh_recognition/vfh_example1.jpg [new file with mode: 0644]
doc/tutorials/content/images/vfh_recognition/vfh_example2.jpg [new file with mode: 0644]
doc/tutorials/content/images/vfh_recognition/vfh_example3.jpg [new file with mode: 0644]
doc/tutorials/content/images/visualization_small.png [new file with mode: 0644]
doc/tutorials/content/images/voxel_grid.jpg [new file with mode: 0644]
doc/tutorials/content/images/windows/SVNCheckout_pcl_trunk.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_boost.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_boost_found.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_configure_error.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_configure_noerror.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_eigen_include_dir.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_flann.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_generator.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_grouped_advanced.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_openni.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_pcl.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_qhull.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_vtk_configure.png [new file with mode: 0644]
doc/tutorials/content/images/windows/cmake_vtk_found_enable_visualization.png [new file with mode: 0644]
doc/tutorials/content/images/windows/msvc_build_build_all.jpg [new file with mode: 0644]
doc/tutorials/content/images/windows/msvc_build_install.jpg [new file with mode: 0644]
doc/tutorials/content/images/windows/pcl_solution_with_projects_folder.png [new file with mode: 0644]
doc/tutorials/content/images/windows/pcl_solution_without_projects_folder.png [new file with mode: 0644]
doc/tutorials/content/images/windows_logo.png [new file with mode: 0644]
doc/tutorials/content/images/write_pcd.jpg [new file with mode: 0644]
doc/tutorials/content/index.rst [new file with mode: 0644]
doc/tutorials/content/installing_homebrew.rst [new file with mode: 0644]
doc/tutorials/content/iterative_closest_point.rst [new file with mode: 0644]
doc/tutorials/content/kdtree_search.rst [new file with mode: 0644]
doc/tutorials/content/narf_descriptor_visualization.rst [new file with mode: 0644]
doc/tutorials/content/narf_feature_extraction.rst [new file with mode: 0644]
doc/tutorials/content/narf_keypoint_extraction.rst [new file with mode: 0644]
doc/tutorials/content/normal_estimation.rst [new file with mode: 0644]
doc/tutorials/content/normal_estimation_using_integral_images.rst [new file with mode: 0644]
doc/tutorials/content/octree.rst [new file with mode: 0644]
doc/tutorials/content/octree_change.rst [new file with mode: 0644]
doc/tutorials/content/openni_grabber.rst [new file with mode: 0644]
doc/tutorials/content/passthrough.rst [new file with mode: 0644]
doc/tutorials/content/pcd_file_format.rst [new file with mode: 0644]
doc/tutorials/content/pcl_visualizer.rst [new file with mode: 0644]
doc/tutorials/content/pfh_estimation.rst [new file with mode: 0644]
doc/tutorials/content/planar_segmentation.rst [new file with mode: 0644]
doc/tutorials/content/project_inliers.rst [new file with mode: 0644]
doc/tutorials/content/radius_outlier_removal.rst [new file with mode: 0644]
doc/tutorials/content/random_sample_consensus.rst [new file with mode: 0644]
doc/tutorials/content/range_image_border_extraction.rst [new file with mode: 0644]
doc/tutorials/content/range_image_creation.rst [new file with mode: 0644]
doc/tutorials/content/range_image_visualization.rst [new file with mode: 0644]
doc/tutorials/content/reading_pcd.rst [new file with mode: 0644]
doc/tutorials/content/registration_api.rst [new file with mode: 0644]
doc/tutorials/content/remove_outliers.rst [new file with mode: 0644]
doc/tutorials/content/resampling.rst [new file with mode: 0644]
doc/tutorials/content/sources/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/cloud_viewer/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/cloud_viewer/cloud_viewer.cpp [new file with mode: 0644]
doc/tutorials/content/sources/cluster_extraction/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/cluster_extraction/cluster_extraction.cpp [new file with mode: 0644]
doc/tutorials/content/sources/concatenate_clouds/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/concatenate_clouds/concatenate_clouds.cpp [new file with mode: 0644]
doc/tutorials/content/sources/concatenate_fields/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/concatenate_fields/concatenate_fields.cpp [new file with mode: 0644]
doc/tutorials/content/sources/concatenate_points/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/concatenate_points/concatenate_points.cpp [new file with mode: 0644]
doc/tutorials/content/sources/concave_hull_2d/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/concave_hull_2d/concave_hull_2d.cpp [new file with mode: 0644]
doc/tutorials/content/sources/conditional_removal/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/conditional_removal/conditional_removal.cpp [new file with mode: 0644]
doc/tutorials/content/sources/convex_hull_2d/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/convex_hull_2d/convex_hull_2d.cpp [new file with mode: 0644]
doc/tutorials/content/sources/cylinder_segmentation/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/cylinder_segmentation/cylinder_segmentation.cpp [new file with mode: 0644]
doc/tutorials/content/sources/extract_indices/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/extract_indices/extract_indices.cpp [new file with mode: 0644]
doc/tutorials/content/sources/greedy_projection/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/greedy_projection/greedy_projection.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/include/feature_estimation.h [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/include/filters.h [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/include/load_clouds.h [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/include/object_recognition.h [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/include/openni_capture.h [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/include/registration.h [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/include/segmentation.h [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/include/surface.h [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/include/typedefs.h [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/build_all_object_models.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/build_object_model.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/capture_tool.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/correspondence_viewer.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/openni_capture.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/test_feature_estimation.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/test_filters.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/test_object_recognition.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/test_registration.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/test_segmentation.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/test_surface.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iccv2011/src/tutorial.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/feature_estimation.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/filters.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/load_clouds.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/object_recognition.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/openni_capture.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/registration.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/segmentation.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/solution/feature_estimation.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/solution/filters.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/solution/object_recognition.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/solution/openni_capture.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/solution/registration.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/solution/segmentation.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/solution/surface.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/solution/typedefs.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/surface.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/include/typedefs.h [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/src/build_all_object_models.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/src/build_object_model.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/src/capture_tool.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/src/correspondence_viewer.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/src/openni_capture.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/src/test_feature_estimation.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/src/test_filters.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/src/test_object_recognition.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/src/test_registration.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/src/test_segmentation.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iros2011/src/test_surface.cpp [new file with mode: 0644]
doc/tutorials/content/sources/iterative_closest_point/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/iterative_closest_point/iterative_closest_point.cpp [new file with mode: 0644]
doc/tutorials/content/sources/kdtree_search/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/kdtree_search/kdtree_search.cpp [new file with mode: 0644]
doc/tutorials/content/sources/narf_descriptor_visualization/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/narf_descriptor_visualization/narf_descriptor_visualization.cpp [new file with mode: 0644]
doc/tutorials/content/sources/narf_feature_extraction/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/narf_feature_extraction/narf_feature_extraction.cpp [new file with mode: 0644]
doc/tutorials/content/sources/narf_keypoint_extraction/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/narf_keypoint_extraction/narf_keypoint_extraction.cpp [new file with mode: 0644]
doc/tutorials/content/sources/normal_estimation_using_integral_images/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/normal_estimation_using_integral_images/normal_estimation_using_integral_images.cpp [new file with mode: 0644]
doc/tutorials/content/sources/octree_change_detection/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/octree_change_detection/octree_change_detection.cpp [new file with mode: 0644]
doc/tutorials/content/sources/octree_search/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/octree_search/octree_search.cpp [new file with mode: 0644]
doc/tutorials/content/sources/openni_grabber/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/openni_grabber/openni_grabber.cpp [new file with mode: 0644]
doc/tutorials/content/sources/openni_narf_keypoint_extraction/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/openni_narf_keypoint_extraction/openni_narf_keypoint_extraction.cpp [new file with mode: 0644]
doc/tutorials/content/sources/openni_range_image_visualization/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/openni_range_image_visualization/openni_range_image_visualization.cpp [new file with mode: 0644]
doc/tutorials/content/sources/passthrough/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/passthrough/passthrough.cpp [new file with mode: 0644]
doc/tutorials/content/sources/pcd_read/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/pcd_read/pcd_read.cpp [new file with mode: 0644]
doc/tutorials/content/sources/pcd_write/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/pcd_write/pcd_write.cpp [new file with mode: 0644]
doc/tutorials/content/sources/pcl_visualizer/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/pcl_visualizer/CMakeLists.txt.simple [new file with mode: 0644]
doc/tutorials/content/sources/pcl_visualizer/pcl_visualizer_demo.cpp [new file with mode: 0644]
doc/tutorials/content/sources/pcl_visualizer/pcl_visualizer_simple.cpp [new file with mode: 0644]
doc/tutorials/content/sources/planar_segmentation/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/planar_segmentation/planar_segmentation.cpp [new file with mode: 0644]
doc/tutorials/content/sources/point_cloud_compression/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/point_cloud_compression/point_cloud_compression.cpp [new file with mode: 0644]
doc/tutorials/content/sources/project_inliers/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/project_inliers/project_inliers.cpp [new file with mode: 0644]
doc/tutorials/content/sources/radius_outlier_removal/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/radius_outlier_removal/radius_outlier_removal.cpp [new file with mode: 0644]
doc/tutorials/content/sources/random_sample_consensus/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/random_sample_consensus/random_sample_consensus.cpp [new file with mode: 0644]
doc/tutorials/content/sources/range_image_border_extraction/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/range_image_border_extraction/range_image_border_extraction.cpp [new file with mode: 0644]
doc/tutorials/content/sources/range_image_creation/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/range_image_creation/range_image_creation.cpp [new file with mode: 0644]
doc/tutorials/content/sources/range_image_visualization/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/range_image_visualization/range_image_visualization.cpp [new file with mode: 0644]
doc/tutorials/content/sources/remove_outliers/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/remove_outliers/remove_outliers.cpp [new file with mode: 0644]
doc/tutorials/content/sources/resampling/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/resampling/resampling.cpp [new file with mode: 0644]
doc/tutorials/content/sources/sac_model_registration/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/sac_model_registration/sac_model_registration.cpp [new file with mode: 0644]
doc/tutorials/content/sources/statistical_removal/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/statistical_removal/statistical_removal.cpp [new file with mode: 0644]
doc/tutorials/content/sources/stick_segmentation/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/stick_segmentation/stick_segmentation.cpp [new file with mode: 0644]
doc/tutorials/content/sources/template_alignment/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/template_alignment/template_alignment.cpp [new file with mode: 0644]
doc/tutorials/content/sources/vfh_recognition/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/vfh_recognition/FindFlann.cmake [new file with mode: 0644]
doc/tutorials/content/sources/vfh_recognition/build_tree.cpp [new file with mode: 0644]
doc/tutorials/content/sources/vfh_recognition/nearest_neighbors.cpp [new file with mode: 0644]
doc/tutorials/content/sources/voxel_grid/CMakeLists.txt [new file with mode: 0644]
doc/tutorials/content/sources/voxel_grid/voxel_grid.cpp [new file with mode: 0644]
doc/tutorials/content/statistical_outlier.rst [new file with mode: 0644]
doc/tutorials/content/template_alignment.rst [new file with mode: 0644]
doc/tutorials/content/using_pcl_pcl_config.rst [new file with mode: 0644]
doc/tutorials/content/vfh_estimation.rst [new file with mode: 0644]
doc/tutorials/content/vfh_recognition.rst [new file with mode: 0644]
doc/tutorials/content/voxel_grid.rst [new file with mode: 0644]
doc/tutorials/content/writing_new_classes.rst [new file with mode: 0644]
doc/tutorials/content/writing_pcd.rst [new file with mode: 0644]
examples/CMakeLists.txt [new file with mode: 0644]
examples/common/CMakeLists.txt [new file with mode: 0644]
examples/common/example_check_if_point_is_valid.cpp [new file with mode: 0644]
examples/common/example_copy_point_cloud.cpp [new file with mode: 0644]
examples/common/example_get_max_min_coordinates.cpp [new file with mode: 0644]
examples/common/example_organized_point_cloud.cpp [new file with mode: 0644]
examples/common/example_scope_time.cpp [new file with mode: 0644]
examples/features/CMakeLists.txt [new file with mode: 0644]
examples/features/example_fast_point_feature_histograms.cpp [new file with mode: 0644]
examples/features/example_normal_estimation.cpp [new file with mode: 0644]
examples/features/example_point_feature_histograms.cpp [new file with mode: 0644]
examples/features/example_principal_curvatures_estimation.cpp [new file with mode: 0644]
examples/features/example_rift_estimation.cpp [new file with mode: 0644]
examples/features/example_shape_contexts.cpp [new file with mode: 0644]
examples/features/example_spin_images.cpp [new file with mode: 0644]
examples/filters/CMakeLists.txt [new file with mode: 0644]
examples/filters/example_extract_indices.cpp [new file with mode: 0644]
examples/filters/example_remove_nan_from_point_cloud.cpp [new file with mode: 0644]
examples/keypoints/CMakeLists.txt [new file with mode: 0644]
examples/keypoints/example_sift_keypoint_estimation.cpp [new file with mode: 0644]
examples/keypoints/example_sift_normal_keypoint_estimation.cpp [new file with mode: 0644]
examples/keypoints/example_sift_z_keypoint_estimation.cpp [new file with mode: 0644]
examples/segmentation/CMakeLists.txt [new file with mode: 0644]
examples/segmentation/example_extract_clusters_normals.cpp [new file with mode: 0644]
features/CMakeLists.txt [new file with mode: 0644]
features/features.doxy [new file with mode: 0644]
features/include/pcl/features/3dsc.h [new file with mode: 0644]
features/include/pcl/features/boundary.h [new file with mode: 0644]
features/include/pcl/features/cvfh.h [new file with mode: 0644]
features/include/pcl/features/esf.h [new file with mode: 0644]
features/include/pcl/features/feature.h [new file with mode: 0644]
features/include/pcl/features/fpfh.h [new file with mode: 0644]
features/include/pcl/features/fpfh_omp.h [new file with mode: 0644]
features/include/pcl/features/impl/3dsc.hpp [new file with mode: 0644]
features/include/pcl/features/impl/boundary.hpp [new file with mode: 0644]
features/include/pcl/features/impl/cvfh.hpp [new file with mode: 0644]
features/include/pcl/features/impl/esf.hpp [new file with mode: 0644]
features/include/pcl/features/impl/feature.hpp [new file with mode: 0644]
features/include/pcl/features/impl/fpfh.hpp [new file with mode: 0644]
features/include/pcl/features/impl/fpfh_omp.hpp [new file with mode: 0644]
features/include/pcl/features/impl/integral_image2D.hpp [new file with mode: 0644]
features/include/pcl/features/impl/integral_image_normal.hpp [new file with mode: 0644]
features/include/pcl/features/impl/intensity_gradient.hpp [new file with mode: 0644]
features/include/pcl/features/impl/intensity_spin.hpp [new file with mode: 0644]
features/include/pcl/features/impl/moment_invariants.hpp [new file with mode: 0644]
features/include/pcl/features/impl/multiscale_feature_persistence.hpp [new file with mode: 0644]
features/include/pcl/features/impl/narf.hpp [new file with mode: 0644]
features/include/pcl/features/impl/normal_3d.hpp [new file with mode: 0644]
features/include/pcl/features/impl/normal_3d_omp.hpp [new file with mode: 0644]
features/include/pcl/features/impl/normal_based_signature.hpp [new file with mode: 0644]
features/include/pcl/features/impl/pfh.hpp [new file with mode: 0644]
features/include/pcl/features/impl/pfhrgb.hpp [new file with mode: 0644]
features/include/pcl/features/impl/ppf.hpp [new file with mode: 0644]
features/include/pcl/features/impl/ppfrgb.hpp [new file with mode: 0644]
features/include/pcl/features/impl/principal_curvatures.hpp [new file with mode: 0644]
features/include/pcl/features/impl/range_image_border_extractor.hpp [new file with mode: 0644]
features/include/pcl/features/impl/rift.hpp [new file with mode: 0644]
features/include/pcl/features/impl/rsd.hpp [new file with mode: 0644]
features/include/pcl/features/impl/shot.hpp [new file with mode: 0644]
features/include/pcl/features/impl/shot_lrf.hpp [new file with mode: 0644]
features/include/pcl/features/impl/shot_lrf_omp.hpp [new file with mode: 0644]
features/include/pcl/features/impl/shot_omp.hpp [new file with mode: 0644]
features/include/pcl/features/impl/spin_image.hpp [new file with mode: 0644]
features/include/pcl/features/impl/statistical_multiscale_interest_region_extraction.hpp [new file with mode: 0644]
features/include/pcl/features/impl/usc.hpp [new file with mode: 0644]
features/include/pcl/features/impl/vfh.hpp [new file with mode: 0644]
features/include/pcl/features/integral_image2D.h [new file with mode: 0644]
features/include/pcl/features/integral_image_normal.h [new file with mode: 0644]
features/include/pcl/features/intensity_gradient.h [new file with mode: 0644]
features/include/pcl/features/intensity_spin.h [new file with mode: 0644]
features/include/pcl/features/moment_invariants.h [new file with mode: 0644]
features/include/pcl/features/multiscale_feature_persistence.h [new file with mode: 0644]
features/include/pcl/features/narf.h [new file with mode: 0644]
features/include/pcl/features/narf_descriptor.h [new file with mode: 0644]
features/include/pcl/features/normal_3d.h [new file with mode: 0644]
features/include/pcl/features/normal_3d_omp.h [new file with mode: 0644]
features/include/pcl/features/normal_based_signature.h [new file with mode: 0644]
features/include/pcl/features/pfh.h [new file with mode: 0644]
features/include/pcl/features/pfhrgb.h [new file with mode: 0644]
features/include/pcl/features/ppf.h [new file with mode: 0644]
features/include/pcl/features/ppfrgb.h [new file with mode: 0644]
features/include/pcl/features/principal_curvatures.h [new file with mode: 0644]
features/include/pcl/features/range_image_border_extractor.h [new file with mode: 0644]
features/include/pcl/features/rift.h [new file with mode: 0644]
features/include/pcl/features/rsd.h [new file with mode: 0644]
features/include/pcl/features/shot.h [new file with mode: 0644]
features/include/pcl/features/shot_lrf.h [new file with mode: 0644]
features/include/pcl/features/shot_lrf_omp.h [new file with mode: 0644]
features/include/pcl/features/shot_omp.h [new file with mode: 0644]
features/include/pcl/features/spin_image.h [new file with mode: 0644]
features/include/pcl/features/statistical_multiscale_interest_region_extraction.h [new file with mode: 0644]
features/include/pcl/features/usc.h [new file with mode: 0644]
features/include/pcl/features/vfh.h [new file with mode: 0644]
features/src/3dsc.cpp [new file with mode: 0644]
features/src/boundary.cpp [new file with mode: 0644]
features/src/cvfh.cpp [new file with mode: 0644]
features/src/esf.cpp [new file with mode: 0644]
features/src/fpfh.cpp [new file with mode: 0644]
features/src/fpfh_omp.cpp [new file with mode: 0644]
features/src/integral_image_normal.cpp [new file with mode: 0644]
features/src/intensity_gradient.cpp [new file with mode: 0644]
features/src/intensity_spin.cpp [new file with mode: 0644]
features/src/moment_invariants.cpp [new file with mode: 0644]
features/src/multiscale_feature_persistence.cpp [new file with mode: 0644]
features/src/narf.cpp [new file with mode: 0644]
features/src/narf_descriptor.cpp [new file with mode: 0644]
features/src/normal_3d.cpp [new file with mode: 0644]
features/src/normal_3d_omp.cpp [new file with mode: 0644]
features/src/normal_based_signature.cpp [new file with mode: 0644]
features/src/pfh.cpp [new file with mode: 0644]
features/src/pfhrgb.cpp [new file with mode: 0644]
features/src/ppf.cpp [new file with mode: 0644]
features/src/ppfrgb.cpp [new file with mode: 0644]
features/src/principal_curvatures.cpp [new file with mode: 0644]
features/src/range_image_border_extractor.cpp [new file with mode: 0644]
features/src/rift.cpp [new file with mode: 0644]
features/src/rsd.cpp [new file with mode: 0644]
features/src/shot.cpp [new file with mode: 0644]
features/src/shot_lrf.cpp [new file with mode: 0644]
features/src/shot_lrf_omp.cpp [new file with mode: 0644]
features/src/shot_omp.cpp [new file with mode: 0644]
features/src/spin_image.cpp [new file with mode: 0644]
features/src/statistical_multiscale_interest_region_extraction.cpp [new file with mode: 0644]
features/src/usc.cpp [new file with mode: 0644]
features/src/vfh.cpp [new file with mode: 0644]
features/test/CMakeLists.txt [new file with mode: 0644]
features/test/test_narf.cpp [new file with mode: 0644]
filters/CMakeLists.txt [new file with mode: 0644]
filters/filters.doxy [new file with mode: 0644]
filters/include/pcl/filters/approximate_voxel_grid.h [new file with mode: 0644]
filters/include/pcl/filters/bilateral.h [new file with mode: 0644]
filters/include/pcl/filters/clipper3D.h [new file with mode: 0644]
filters/include/pcl/filters/conditional_removal.h [new file with mode: 0644]
filters/include/pcl/filters/crop_box.h [new file with mode: 0644]
filters/include/pcl/filters/crop_hull.h [new file with mode: 0644]
filters/include/pcl/filters/extract_indices.h [new file with mode: 0644]
filters/include/pcl/filters/filter.h [new file with mode: 0644]
filters/include/pcl/filters/filter_indices.h [new file with mode: 0644]
filters/include/pcl/filters/impl/approximate_voxel_grid.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/bilateral.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/conditional_removal.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/crop_box.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/crop_hull.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/extract_indices.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/filter.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/filter_indices.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/normal_space.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/passthrough.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/plane_clipper3D.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/project_inliers.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/radius_outlier_removal.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/random_sample.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/statistical_outlier_removal.hpp [new file with mode: 0644]
filters/include/pcl/filters/impl/voxel_grid.hpp [new file with mode: 0644]
filters/include/pcl/filters/normal_space.h [new file with mode: 0644]
filters/include/pcl/filters/passthrough.h [new file with mode: 0644]
filters/include/pcl/filters/plane_clipper3D.h [new file with mode: 0644]
filters/include/pcl/filters/project_inliers.h [new file with mode: 0644]
filters/include/pcl/filters/radius_outlier_removal.h [new file with mode: 0644]
filters/include/pcl/filters/random_sample.h [new file with mode: 0644]
filters/include/pcl/filters/statistical_outlier_removal.h [new file with mode: 0644]
filters/include/pcl/filters/voxel_grid.h [new file with mode: 0644]
filters/src/approximate_voxel_grid.cpp [new file with mode: 0644]
filters/src/bilateral.cpp [new file with mode: 0644]
filters/src/conditional_removal.cpp [new file with mode: 0644]
filters/src/crop_box.cpp [new file with mode: 0644]
filters/src/crop_hull.cpp [new file with mode: 0644]
filters/src/extract_indices.cpp [new file with mode: 0644]
filters/src/filter.cpp [new file with mode: 0644]
filters/src/filter_indices.cpp [new file with mode: 0644]
filters/src/normal_space.cpp [new file with mode: 0644]
filters/src/passthrough.cpp [new file with mode: 0644]
filters/src/project_inliers.cpp [new file with mode: 0644]
filters/src/radius_outlier_removal.cpp [new file with mode: 0644]
filters/src/random_sample.cpp [new file with mode: 0644]
filters/src/statistical_outlier_removal.cpp [new file with mode: 0644]
filters/src/voxel_grid.cpp [new file with mode: 0644]
filters/test/CMakeLists.txt [new file with mode: 0644]
filters/tools/CMakeLists.txt [new file with mode: 0644]
geometry/CMakeLists.txt [new file with mode: 0644]
geometry/geometry.doxy [new file with mode: 0644]
geometry/include/pcl/geometry/impl/polygon_operations.hpp [new file with mode: 0644]
geometry/include/pcl/geometry/line_iterator.h [new file with mode: 0644]
geometry/include/pcl/geometry/organized_index_iterator.h [new file with mode: 0644]
geometry/include/pcl/geometry/planar_polygon.h [new file with mode: 0644]
geometry/include/pcl/geometry/polygon_operations.h [new file with mode: 0644]
geometry/src/geometry.cpp [new file with mode: 0644]
geometry/test/CMakeLists.txt [new file with mode: 0644]
geometry/test/test_iterator.cpp [new file with mode: 0644]
io/CMakeLists.txt [new file with mode: 0644]
io/include/pcl/compression/color_coding.h [new file with mode: 0644]
io/include/pcl/compression/compression_profiles.h [new file with mode: 0644]
io/include/pcl/compression/entropy_range_coder.h [new file with mode: 0644]
io/include/pcl/compression/impl/entropy_range_coder.hpp [new file with mode: 0644]
io/include/pcl/compression/impl/octree_pointcloud_compression.hpp [new file with mode: 0644]
io/include/pcl/compression/octree_pointcloud_compression.h [new file with mode: 0644]
io/include/pcl/compression/point_coding.h [new file with mode: 0644]
io/include/pcl/io/file_io.h [new file with mode: 0644]
io/include/pcl/io/grabber.h [new file with mode: 0644]
io/include/pcl/io/impl/pcd_io.hpp [new file with mode: 0644]
io/include/pcl/io/impl/vtk_lib_io.hpp [new file with mode: 0644]
io/include/pcl/io/io.h [new file with mode: 0644]
io/include/pcl/io/lzf.h [new file with mode: 0644]
io/include/pcl/io/obj_io.h [new file with mode: 0644]
io/include/pcl/io/oni_grabber.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_depth_image.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_device.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_device_kinect.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_device_oni.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_device_primesense.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_device_xtion.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_driver.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_exception.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_image.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_image_bayer_grbg.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_image_rgb24.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_image_yuv_422.h [new file with mode: 0644]
io/include/pcl/io/openni_camera/openni_ir_image.h [new file with mode: 0644]
io/include/pcl/io/openni_grabber.h [new file with mode: 0644]
io/include/pcl/io/pcd_grabber.h [new file with mode: 0644]
io/include/pcl/io/pcd_io.h [new file with mode: 0644]
io/include/pcl/io/pcl_io_exception.h [new file with mode: 0644]
io/include/pcl/io/ply/byte_order.h [new file with mode: 0644]
io/include/pcl/io/ply/io_operators.h [new file with mode: 0644]
io/include/pcl/io/ply/ply.h [new file with mode: 0644]
io/include/pcl/io/ply/ply_parser.h [new file with mode: 0644]
io/include/pcl/io/ply_io.h [new file with mode: 0644]
io/include/pcl/io/tar.h [new file with mode: 0644]
io/include/pcl/io/vtk_io.h [new file with mode: 0644]
io/include/pcl/io/vtk_lib_io.h [new file with mode: 0644]
io/io.doxy [new file with mode: 0644]
io/src/compression.cpp [new file with mode: 0644]
io/src/lzf.cpp [new file with mode: 0644]
io/src/obj_io.cpp [new file with mode: 0644]
io/src/oni_grabber.cpp [new file with mode: 0644]
io/src/openni_camera/openni_depth_image.cpp [new file with mode: 0644]
io/src/openni_camera/openni_device.cpp [new file with mode: 0644]
io/src/openni_camera/openni_device_kinect.cpp [new file with mode: 0644]
io/src/openni_camera/openni_device_oni.cpp [new file with mode: 0644]
io/src/openni_camera/openni_device_primesense.cpp [new file with mode: 0644]
io/src/openni_camera/openni_device_xtion.cpp [new file with mode: 0644]
io/src/openni_camera/openni_driver.cpp [new file with mode: 0644]
io/src/openni_camera/openni_exception.cpp [new file with mode: 0644]
io/src/openni_camera/openni_image_bayer_grbg.cpp [new file with mode: 0644]
io/src/openni_camera/openni_image_rgb24.cpp [new file with mode: 0644]
io/src/openni_camera/openni_image_yuv_422.cpp [new file with mode: 0644]
io/src/openni_camera/openni_ir_image.cpp [new file with mode: 0644]
io/src/openni_grabber.cpp [new file with mode: 0644]
io/src/pcd_grabber.cpp [new file with mode: 0644]
io/src/pcd_io.cpp [new file with mode: 0644]
io/src/ply/ply_parser.cpp [new file with mode: 0644]
io/src/ply_io.cpp [new file with mode: 0644]
io/src/vtk_io.cpp [new file with mode: 0644]
io/src/vtk_lib_io.cpp [new file with mode: 0644]
io/test/CMakeLists.txt [new file with mode: 0644]
io/test/test_io.cpp [new file with mode: 0644]
io/test/test_iterators.cpp [new file with mode: 0644]
io/test/test_range_coder.cpp [new file with mode: 0644]
io/tools/CMakeLists.txt [new file with mode: 0644]
io/tools/convert_pcd_ascii_binary.cpp [new file with mode: 0644]
io/tools/openni_grabber_example.cpp [new file with mode: 0644]
io/tools/openni_io.cpp [new file with mode: 0644]
io/tools/pcd_convert_NaN_nan.cpp [new file with mode: 0644]
io/tools/ply/CMakeLists.txt [new file with mode: 0644]
io/tools/ply/ply2obj.cpp [new file with mode: 0644]
io/tools/ply/ply2ply.cpp [new file with mode: 0644]
io/tools/ply/ply2raw.cpp [new file with mode: 0644]
io/tools/ply/plyheader.cpp [new file with mode: 0644]
kdtree/CMakeLists.txt [new file with mode: 0644]
kdtree/include/pcl/kdtree/flann.h [new file with mode: 0644]
kdtree/include/pcl/kdtree/impl/io.hpp [new file with mode: 0644]
kdtree/include/pcl/kdtree/impl/kdtree_flann.hpp [new file with mode: 0644]
kdtree/include/pcl/kdtree/io.h [new file with mode: 0644]
kdtree/include/pcl/kdtree/kdtree.h [new file with mode: 0644]
kdtree/include/pcl/kdtree/kdtree_flann.h [new file with mode: 0644]
kdtree/kdtree.doxy [new file with mode: 0644]
kdtree/src/kdtree_flann.cpp [new file with mode: 0644]
kdtree/test/CMakeLists.txt [new file with mode: 0644]
kdtree/test/test_kdtree.cpp [new file with mode: 0644]
keypoints/CMakeLists.txt [new file with mode: 0644]
keypoints/include/pcl/keypoints/harris_keypoint3D.h [new file with mode: 0644]
keypoints/include/pcl/keypoints/impl/harris_keypoint3D.hpp [new file with mode: 0644]
keypoints/include/pcl/keypoints/impl/keypoint.hpp [new file with mode: 0644]
keypoints/include/pcl/keypoints/impl/sift_keypoint.hpp [new file with mode: 0644]
keypoints/include/pcl/keypoints/impl/smoothed_surfaces_keypoint.hpp [new file with mode: 0644]
keypoints/include/pcl/keypoints/impl/uniform_sampling.hpp [new file with mode: 0644]
keypoints/include/pcl/keypoints/keypoint.h [new file with mode: 0644]
keypoints/include/pcl/keypoints/narf_keypoint.h [new file with mode: 0644]
keypoints/include/pcl/keypoints/sift_keypoint.h [new file with mode: 0644]
keypoints/include/pcl/keypoints/smoothed_surfaces_keypoint.h [new file with mode: 0644]
keypoints/include/pcl/keypoints/uniform_sampling.h [new file with mode: 0644]
keypoints/keypoints.doxy [new file with mode: 0644]
keypoints/src/harris_keypoint3D.cpp [new file with mode: 0644]
keypoints/src/narf_keypoint.cpp [new file with mode: 0644]
keypoints/src/sift_keypoint.cpp [new file with mode: 0644]
keypoints/src/smoothed_surfaces_keypoint.cpp [new file with mode: 0644]
keypoints/src/uniform_sampling.cpp [new file with mode: 0644]
keypoints/test/CMakeLists.txt [new file with mode: 0644]
octree/CMakeLists.txt [new file with mode: 0644]
octree/include/pcl/octree/impl/octree2buf_base.hpp [new file with mode: 0644]
octree/include/pcl/octree/impl/octree_base.hpp [new file with mode: 0644]
octree/include/pcl/octree/impl/octree_iterator.hpp [new file with mode: 0644]
octree/include/pcl/octree/impl/octree_pointcloud.hpp [new file with mode: 0644]
octree/include/pcl/octree/impl/octree_search.hpp [new file with mode: 0644]
octree/include/pcl/octree/octree.h [new file with mode: 0644]
octree/include/pcl/octree/octree2buf_base.h [new file with mode: 0644]
octree/include/pcl/octree/octree_base.h [new file with mode: 0644]
octree/include/pcl/octree/octree_container.h [new file with mode: 0644]
octree/include/pcl/octree/octree_impl.h [new file with mode: 0644]
octree/include/pcl/octree/octree_iterator.h [new file with mode: 0644]
octree/include/pcl/octree/octree_key.h [new file with mode: 0644]
octree/include/pcl/octree/octree_node_pool.h [new file with mode: 0644]
octree/include/pcl/octree/octree_nodes.h [new file with mode: 0644]
octree/include/pcl/octree/octree_pointcloud.h [new file with mode: 0644]
octree/include/pcl/octree/octree_pointcloud_changedetector.h [new file with mode: 0644]
octree/include/pcl/octree/octree_pointcloud_density.h [new file with mode: 0644]
octree/include/pcl/octree/octree_pointcloud_occupancy.h [new file with mode: 0644]
octree/include/pcl/octree/octree_pointcloud_pointvector.h [new file with mode: 0644]
octree/include/pcl/octree/octree_pointcloud_singlepoint.h [new file with mode: 0644]
octree/include/pcl/octree/octree_pointcloud_voxelcentroid.h [new file with mode: 0644]
octree/include/pcl/octree/octree_search.h [new file with mode: 0644]
octree/octree.doxy [new file with mode: 0644]
octree/src/octree_impl.cpp [new file with mode: 0644]
octree/test/CMakeLists.txt [new file with mode: 0644]
octree/test/test_octree.cpp [new file with mode: 0644]
pcl_config.h.in [new file with mode: 0644]
registration/CMakeLists.txt [new file with mode: 0644]
registration/include/pcl/registration/correspondence_estimation.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_estimation_normal_shooting.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_rejection.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_rejection_distance.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_rejection_features.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_rejection_median_distance.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_rejection_one_to_one.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_rejection_sample_consensus.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_rejection_surface_normal.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_rejection_trimmed.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_rejection_var_trimmed.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_sorting.h [new file with mode: 0644]
registration/include/pcl/registration/correspondence_types.h [new file with mode: 0644]
registration/include/pcl/registration/distances.h [new file with mode: 0644]
registration/include/pcl/registration/elch.h [new file with mode: 0644]
registration/include/pcl/registration/exceptions.h [new file with mode: 0644]
registration/include/pcl/registration/gicp.h [new file with mode: 0644]
registration/include/pcl/registration/ia_ransac.h [new file with mode: 0644]
registration/include/pcl/registration/icp.h [new file with mode: 0644]
registration/include/pcl/registration/icp_nl.h [new file with mode: 0644]
registration/include/pcl/registration/impl/correspondence_estimation.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/correspondence_estimation_normal_shooting.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/correspondence_rejection_distance.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/correspondence_rejection_features.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/correspondence_rejection_median_distance.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/correspondence_rejection_one_to_one.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/correspondence_rejection_sample_consensus.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/correspondence_rejection_surface_normal.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/correspondence_rejection_trimmed.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/correspondence_rejection_var_trimmed.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/correspondence_types.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/elch.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/gicp.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/ia_ransac.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/icp.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/icp_nl.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/ppf_registration.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/pyramid_feature_matching.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/registration.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/transformation_estimation_lm.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/transformation_estimation_point_to_plane_lls.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/transformation_estimation_svd.hpp [new file with mode: 0644]
registration/include/pcl/registration/impl/transformation_validation_euclidean.hpp [new file with mode: 0644]
registration/include/pcl/registration/ppf_registration.h [new file with mode: 0644]
registration/include/pcl/registration/pyramid_feature_matching.h [new file with mode: 0644]
registration/include/pcl/registration/registration.h [new file with mode: 0644]
registration/include/pcl/registration/transformation_estimation.h [new file with mode: 0644]
registration/include/pcl/registration/transformation_estimation_lm.h [new file with mode: 0644]
registration/include/pcl/registration/transformation_estimation_point_to_plane.h [new file with mode: 0644]
registration/include/pcl/registration/transformation_estimation_point_to_plane_lls.h [new file with mode: 0644]
registration/include/pcl/registration/transformation_estimation_svd.h [new file with mode: 0644]
registration/include/pcl/registration/transformation_validation.h [new file with mode: 0644]
registration/include/pcl/registration/transformation_validation_euclidean.h [new file with mode: 0644]
registration/include/pcl/registration/transforms.h [new file with mode: 0644]
registration/include/pcl/registration/warp_point_rigid.h [new file with mode: 0644]
registration/include/pcl/registration/warp_point_rigid_3d.h [new file with mode: 0644]
registration/include/pcl/registration/warp_point_rigid_6d.h [new file with mode: 0644]
registration/registration.doxy [new file with mode: 0644]
registration/src/correspondence_estimation.cpp [new file with mode: 0644]
registration/src/correspondence_estimation_normal_shooting.cpp [new file with mode: 0644]
registration/src/correspondence_rejection_distance.cpp [new file with mode: 0644]
registration/src/correspondence_rejection_features.cpp [new file with mode: 0644]
registration/src/correspondence_rejection_median_distance.cpp [new file with mode: 0644]
registration/src/correspondence_rejection_one_to_one.cpp [new file with mode: 0644]
registration/src/correspondence_rejection_sample_consensus.cpp [new file with mode: 0644]
registration/src/correspondence_rejection_surface_normal.cpp [new file with mode: 0644]
registration/src/correspondence_rejection_trimmed.cpp [new file with mode: 0644]
registration/src/correspondence_rejection_var_trimmed.cpp [new file with mode: 0644]
registration/src/correspondence_types.cpp [new file with mode: 0644]
registration/src/icp.cpp [new file with mode: 0644]
registration/src/icp_nl.cpp [new file with mode: 0644]
registration/src/ppf_registration.cpp [new file with mode: 0644]
registration/src/pyramid_feature_matching.cpp [new file with mode: 0644]
registration/src/registration.cpp [new file with mode: 0644]
registration/src/transformation_estimation_lm.cpp [new file with mode: 0644]
registration/src/transformation_estimation_point_to_plane_lls.cpp [new file with mode: 0644]
registration/src/transformation_estimation_svd.cpp [new file with mode: 0644]
registration/src/transformation_validation_euclidean.cpp [new file with mode: 0644]
remove_quotes.sh [new file with mode: 0644]
sample_consensus/CMakeLists.txt [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/lmeds.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/mlesac.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/msac.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/prosac.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/ransac.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/rmsac.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/rransac.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_circle.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_cone.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_cylinder.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_line.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_normal_plane.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_parallel_line.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_plane.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_registration.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_sphere.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/impl/sac_model_stick.hpp [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/lmeds.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/method_types.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/mlesac.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/model_types.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/msac.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/prosac.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/ransac.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/rmsac.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/rransac.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_circle.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_cone.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_cylinder.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_line.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_normal_parallel_plane.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_normal_plane.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_normal_sphere.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_parallel_line.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_parallel_plane.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_perpendicular_plane.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_plane.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_registration.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_sphere.h [new file with mode: 0644]
sample_consensus/include/pcl/sample_consensus/sac_model_stick.h [new file with mode: 0644]
sample_consensus/sample_consensus.doxy [new file with mode: 0644]
sample_consensus/src/lmeds.cpp [new file with mode: 0644]
sample_consensus/src/mlesac.cpp [new file with mode: 0644]
sample_consensus/src/msac.cpp [new file with mode: 0644]
sample_consensus/src/prosac.cpp [new file with mode: 0644]
sample_consensus/src/ransac.cpp [new file with mode: 0644]
sample_consensus/src/rmsac.cpp [new file with mode: 0644]
sample_consensus/src/rransac.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_circle.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_cone.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_cylinder.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_line.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_normal_parallel_plane.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_normal_plane.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_normal_sphere.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_parallel_line.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_parallel_plane.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_perpendicular_plane.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_plane.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_registration.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_sphere.cpp [new file with mode: 0644]
sample_consensus/src/sac_model_stick.cpp [new file with mode: 0644]
search/CMakeLists.txt [new file with mode: 0644]
search/include/pcl/search/brute_force.h [new file with mode: 0644]
search/include/pcl/search/flann_search.h [new file with mode: 0644]
search/include/pcl/search/impl/brute_force.hpp [new file with mode: 0644]
search/include/pcl/search/impl/flann_search.hpp [new file with mode: 0644]
search/include/pcl/search/impl/organized.hpp [new file with mode: 0644]
search/include/pcl/search/kdtree.h [new file with mode: 0644]
search/include/pcl/search/octree.h [new file with mode: 0644]
search/include/pcl/search/organized.h [new file with mode: 0644]
search/include/pcl/search/pcl_search.h [new file with mode: 0644]
search/include/pcl/search/search.h [new file with mode: 0644]
search/search.doxy [new file with mode: 0644]
search/src/brute_force.cpp [new file with mode: 0644]
search/src/kdtree.cpp [new file with mode: 0644]
search/src/octree.cpp [new file with mode: 0644]
search/src/organized.cpp [new file with mode: 0644]
search/test/CMakeLists.txt [new file with mode: 0644]
search/test/test_flann_search.cpp [new file with mode: 0644]
search/test/test_kdtree.cpp [new file with mode: 0644]
search/test/test_octree.cpp [new file with mode: 0644]
search/test/test_organized.cpp [new file with mode: 0644]
segmentation/CMakeLists.txt [new file with mode: 0644]
segmentation/include/pcl/segmentation/comparator.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/edge_aware_plane_comparator.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/euclidean_cluster_comparator.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/euclidean_plane_coefficient_comparator.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/extract_clusters.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/extract_labeled_clusters.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/extract_polygonal_prism_data.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/impl/extract_clusters.hpp [new file with mode: 0644]
segmentation/include/pcl/segmentation/impl/extract_labeled_clusters.hpp [new file with mode: 0644]
segmentation/include/pcl/segmentation/impl/extract_polygonal_prism_data.hpp [new file with mode: 0644]
segmentation/include/pcl/segmentation/impl/organized_connected_component_segmentation.hpp [new file with mode: 0644]
segmentation/include/pcl/segmentation/impl/organized_multi_plane_segmentation.hpp [new file with mode: 0644]
segmentation/include/pcl/segmentation/impl/planar_polygon_fusion.hpp [new file with mode: 0644]
segmentation/include/pcl/segmentation/impl/sac_segmentation.hpp [new file with mode: 0644]
segmentation/include/pcl/segmentation/impl/segment_differences.hpp [new file with mode: 0644]
segmentation/include/pcl/segmentation/organized_connected_component_segmentation.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/organized_multi_plane_segmentation.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/planar_polygon_fusion.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/planar_region.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/plane_coefficient_comparator.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/plane_refinement_comparator.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/region_3d.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/rgb_plane_coefficient_comparator.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/sac_segmentation.h [new file with mode: 0644]
segmentation/include/pcl/segmentation/segment_differences.h [new file with mode: 0644]
segmentation/segmentation.doxy [new file with mode: 0644]
segmentation/src/extract_clusters.cpp [new file with mode: 0644]
segmentation/src/extract_polygonal_prism_data.cpp [new file with mode: 0644]
segmentation/src/organized_connected_component_segmentation.cpp [new file with mode: 0644]
segmentation/src/organized_multi_plane_segmentation.cpp [new file with mode: 0644]
segmentation/src/planar_polygon_fusion.cpp [new file with mode: 0644]
segmentation/src/sac_segmentation.cpp [new file with mode: 0644]
segmentation/src/segment_differences.cpp [new file with mode: 0644]
surface/CMakeLists.txt [new file with mode: 0644]
surface/include/pcl/surface/bilateral_upsampling.h [new file with mode: 0644]
surface/include/pcl/surface/concave_hull.h [new file with mode: 0644]
surface/include/pcl/surface/convex_hull.h [new file with mode: 0644]
surface/include/pcl/surface/ear_clipping.h [new file with mode: 0644]
surface/include/pcl/surface/gp3.h [new file with mode: 0644]
surface/include/pcl/surface/grid_projection.h [new file with mode: 0644]
surface/include/pcl/surface/impl/bilateral_upsampling.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/concave_hull.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/convex_hull.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/gp3.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/grid_projection.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/marching_cubes.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/marching_cubes_hoppe.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/marching_cubes_rbf.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/mls.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/mls_omp.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/organized_fast_mesh.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/poisson.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/poisson/function_data.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/poisson/geometry.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/poisson/multi_grid_octree_data.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/poisson/octree_poisson.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/poisson/polynomial.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/poisson/ppolynomial.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/poisson/sparse_matrix.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/poisson/vector.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/processing.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/reconstruction.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/surfel_smoothing.hpp [new file with mode: 0644]
surface/include/pcl/surface/impl/texture_mapping.hpp [new file with mode: 0644]
surface/include/pcl/surface/marching_cubes.h [new file with mode: 0644]
surface/include/pcl/surface/marching_cubes_hoppe.h [new file with mode: 0644]
surface/include/pcl/surface/marching_cubes_rbf.h [new file with mode: 0644]
surface/include/pcl/surface/mls.h [new file with mode: 0644]
surface/include/pcl/surface/mls_omp.h [new file with mode: 0644]
surface/include/pcl/surface/organized_fast_mesh.h [new file with mode: 0644]
surface/include/pcl/surface/poisson.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/allocator.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/binary_node.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/factor.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/function_data.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/geometry.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/hash.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/marching_cubes_poisson.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/multi_grid_octree_data.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/octree_poisson.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/polynomial.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/ppolynomial.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/sparse_matrix.h [new file with mode: 0644]
surface/include/pcl/surface/poisson/vector.h [new file with mode: 0644]
surface/include/pcl/surface/processing.h [new file with mode: 0644]
surface/include/pcl/surface/qhull.h [new file with mode: 0644]
surface/include/pcl/surface/reconstruction.h [new file with mode: 0644]
surface/include/pcl/surface/simplification_remove_unused_vertices.h [new file with mode: 0644]
surface/include/pcl/surface/surfel_smoothing.h [new file with mode: 0644]
surface/include/pcl/surface/texture_mapping.h [new file with mode: 0644]
surface/include/pcl/surface/vtk_smoothing/vtk.h [new file with mode: 0644]
surface/include/pcl/surface/vtk_smoothing/vtk_mesh_smoothing_laplacian.h [new file with mode: 0644]
surface/include/pcl/surface/vtk_smoothing/vtk_mesh_smoothing_windowed_sinc.h [new file with mode: 0644]
surface/include/pcl/surface/vtk_smoothing/vtk_mesh_subdivision.h [new file with mode: 0644]
surface/include/pcl/surface/vtk_smoothing/vtk_utils.h [new file with mode: 0644]
surface/src/bilateral_upsampling.cpp [new file with mode: 0644]
surface/src/concave_hull.cpp [new file with mode: 0644]
surface/src/convex_hull.cpp [new file with mode: 0644]
surface/src/ear_clipping.cpp [new file with mode: 0644]
surface/src/gp3.cpp [new file with mode: 0644]
surface/src/grid_projection.cpp [new file with mode: 0644]
surface/src/marching_cubes.cpp [new file with mode: 0644]
surface/src/marching_cubes_hoppe.cpp [new file with mode: 0644]
surface/src/marching_cubes_rbf.cpp [new file with mode: 0644]
surface/src/mls.cpp [new file with mode: 0644]
surface/src/mls_omp.cpp [new file with mode: 0644]
surface/src/organized_fast_mesh.cpp [new file with mode: 0644]
surface/src/poisson.cpp [new file with mode: 0644]
surface/src/poisson/factor.cpp [new file with mode: 0644]
surface/src/poisson/geometry.cpp [new file with mode: 0644]
surface/src/poisson/marching_cubes_poisson.cpp [new file with mode: 0644]
surface/src/processing.cpp [new file with mode: 0644]
surface/src/simplification_remove_unused_vertices.cpp [new file with mode: 0644]
surface/src/surfel_smoothing.cpp [new file with mode: 0644]
surface/src/texture_mapping.cpp [new file with mode: 0644]
surface/src/vtk_smoothing/vtk_mesh_smoothing_laplacian.cpp [new file with mode: 0644]
surface/src/vtk_smoothing/vtk_mesh_smoothing_windowed_sinc.cpp [new file with mode: 0644]
surface/src/vtk_smoothing/vtk_mesh_subdivision.cpp [new file with mode: 0644]
surface/src/vtk_smoothing/vtk_utils.cpp [new file with mode: 0644]
surface/surface.doxy [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/bun0.pcd [new file with mode: 0644]
test/bun4.pcd [new file with mode: 0644]
test/bunny.pcd [new file with mode: 0644]
test/cturtle.pcd [new file with mode: 0644]
test/features/CMakeLists.txt [new file with mode: 0644]
test/features/test_base_feature.cpp [new file with mode: 0644]
test/features/test_boundary_estimation.cpp [new file with mode: 0644]
test/features/test_curvatures_estimation.cpp [new file with mode: 0644]
test/features/test_cvfh_estimation.cpp [new file with mode: 0644]
test/features/test_gradient_estimation.cpp [new file with mode: 0644]
test/features/test_invariants_estimation.cpp [new file with mode: 0644]
test/features/test_normal_estimation.cpp [new file with mode: 0644]
test/features/test_pfh_estimation.cpp [new file with mode: 0644]
test/features/test_ppf_estimation.cpp [new file with mode: 0644]
test/features/test_rift_estimation.cpp [new file with mode: 0644]
test/features/test_shot_estimation.cpp [new file with mode: 0644]
test/features/test_spin_estimation.cpp [new file with mode: 0644]
test/milk.pcd [new file with mode: 0644]
test/nhood_test.pcd [new file with mode: 0644]
test/noisy_slice_displaced.pcd [new file with mode: 0644]
test/pcl_logo.pcd [new file with mode: 0644]
test/sac_plane_test.pcd [new file with mode: 0644]
test/table_scene_mug_stereo_textured.pcd [new file with mode: 0644]
test/test_auto_search.cpp [new file with mode: 0644]
test/test_correspondence_estimation.cpp [new file with mode: 0644]
test/test_filters.cpp [new file with mode: 0644]
test/test_ii_normals.cpp [new file with mode: 0644]
test/test_keypoints.cpp [new file with mode: 0644]
test/test_non_linear.cpp [new file with mode: 0644]
test/test_organized_index.cpp [new file with mode: 0644]
test/test_registration.cpp [new file with mode: 0644]
test/test_registration_api.cpp [new file with mode: 0644]
test/test_registration_api_data.h [new file with mode: 0644]
test/test_sample_consensus.cpp [new file with mode: 0644]
test/test_search.cpp [new file with mode: 0644]
test/test_segmentation.cpp [new file with mode: 0644]
test/test_surface.cpp [new file with mode: 0644]
test/test_transforms.cpp [new file with mode: 0644]
tools/CMakeLists.txt [new file with mode: 0644]
tools/add_gaussian_noise.cpp [new file with mode: 0644]
tools/bilateral_upsampling.cpp [new file with mode: 0644]
tools/boundary_estimation.cpp [new file with mode: 0644]
tools/cluster_extraction.cpp [new file with mode: 0644]
tools/compute_cloud_error.cpp [new file with mode: 0644]
tools/concatenate_points_pcd.cpp [new file with mode: 0644]
tools/convert_pcd_to_image.cpp [new file with mode: 0644]
tools/crop_to_hull.cpp [new file with mode: 0644]
tools/elch.cpp [new file with mode: 0644]
tools/extract_feature.cpp [new file with mode: 0644]
tools/fpfh_estimation.cpp [new file with mode: 0644]
tools/gp3_surface.cpp [new file with mode: 0644]
tools/icp.cpp [new file with mode: 0644]
tools/icp2d.cpp [new file with mode: 0644]
tools/marching_cubes_reconstruction.cpp [new file with mode: 0644]
tools/mesh2pcd.cpp [new file with mode: 0644]
tools/mesh_sampling.cpp [new file with mode: 0644]
tools/mls_smoothing.cpp [new file with mode: 0644]
tools/normal_estimation.cpp [new file with mode: 0644]
tools/octree_viewer.cpp [new file with mode: 0644]
tools/openni_save_image.cpp [new file with mode: 0644]
tools/outlier_removal.cpp [new file with mode: 0644]
tools/passthrough_filter.cpp [new file with mode: 0644]
tools/pcd2ply.cpp [new file with mode: 0644]
tools/pcd2vtk.cpp [new file with mode: 0644]
tools/pcl_video.cpp [new file with mode: 0644]
tools/plane_projection.cpp [new file with mode: 0644]
tools/ply2pcd.cpp [new file with mode: 0644]
tools/poisson_reconstruction.cpp [new file with mode: 0644]
tools/registration_visualizer.cpp [new file with mode: 0644]
tools/spin_estimation.cpp [new file with mode: 0644]
tools/transform_from_viewpoint.cpp [new file with mode: 0644]
tools/transform_point_cloud.cpp [new file with mode: 0644]
tools/vfh_estimation.cpp [new file with mode: 0644]
tools/virtual_scanner.cpp [new file with mode: 0644]
tools/voxel_grid.cpp [new file with mode: 0644]
tracking/CMakeLists.txt [new file with mode: 0644]
tracking/include/pcl/tracking/approx_nearest_pair_point_cloud_coherence.h [new file with mode: 0644]
tracking/include/pcl/tracking/coherence.h [new file with mode: 0644]
tracking/include/pcl/tracking/distance_coherence.h [new file with mode: 0644]
tracking/include/pcl/tracking/hsv_color_coherence.h [new file with mode: 0644]
tracking/include/pcl/tracking/impl/approx_nearest_pair_point_cloud_coherence.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/impl/coherence.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/impl/distance_coherence.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/impl/hsv_color_coherence.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/impl/kld_adaptive_particle_filter.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/impl/kld_adaptive_particle_filter_omp.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/impl/nearest_pair_point_cloud_coherence.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/impl/normal_coherence.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/impl/particle_filter.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/impl/particle_filter_omp.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/impl/tracker.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/impl/tracking.hpp [new file with mode: 0644]
tracking/include/pcl/tracking/kld_adaptive_particle_filter.h [new file with mode: 0644]
tracking/include/pcl/tracking/kld_adaptive_particle_filter_omp.h [new file with mode: 0644]
tracking/include/pcl/tracking/nearest_pair_point_cloud_coherence.h [new file with mode: 0644]
tracking/include/pcl/tracking/normal_coherence.h [new file with mode: 0644]
tracking/include/pcl/tracking/particle_filter.h [new file with mode: 0644]
tracking/include/pcl/tracking/particle_filter_omp.h [new file with mode: 0644]
tracking/include/pcl/tracking/tracker.h [new file with mode: 0644]
tracking/include/pcl/tracking/tracking.h [new file with mode: 0644]
tracking/src/approx_nearest_pair_point_cloud_coherence.cpp [new file with mode: 0644]
tracking/src/distance_coherence.cpp [new file with mode: 0644]
tracking/src/hsv_color_coherence.cpp [new file with mode: 0644]
tracking/src/kld_adaptive_particle_filter.cpp [new file with mode: 0644]
tracking/src/kld_adaptive_particle_filter_omp.cpp [new file with mode: 0644]
tracking/src/nearest_pair_point_cloud_coherence.cpp [new file with mode: 0644]
tracking/src/normal_coherence.cpp [new file with mode: 0644]
tracking/src/particle_filter.cpp [new file with mode: 0644]
tracking/src/particle_filter_omp.cpp [new file with mode: 0644]
tracking/src/tracking.cpp [new file with mode: 0644]
visualization/CMakeLists.txt [new file with mode: 0644]
visualization/include/pcl/visualization/cloud_viewer.h [new file with mode: 0644]
visualization/include/pcl/visualization/common/actor_map.h [new file with mode: 0644]
visualization/include/pcl/visualization/common/common.h [new file with mode: 0644]
visualization/include/pcl/visualization/common/float_image_utils.h [new file with mode: 0644]
visualization/include/pcl/visualization/common/impl/shapes.hpp [new file with mode: 0644]
visualization/include/pcl/visualization/common/io.h [new file with mode: 0644]
visualization/include/pcl/visualization/common/ren_win_interact_map.h [new file with mode: 0644]
visualization/include/pcl/visualization/common/shapes.h [new file with mode: 0644]
visualization/include/pcl/visualization/histogram_visualizer.h [new file with mode: 0644]
visualization/include/pcl/visualization/image_viewer.h [new file with mode: 0644]
visualization/include/pcl/visualization/impl/histogram_visualizer.hpp [new file with mode: 0644]
visualization/include/pcl/visualization/impl/image_viewer.hpp [new file with mode: 0644]
visualization/include/pcl/visualization/impl/pcl_visualizer.hpp [new file with mode: 0644]
visualization/include/pcl/visualization/impl/point_cloud_handlers.hpp [new file with mode: 0644]
visualization/include/pcl/visualization/impl/registration_visualizer.hpp [new file with mode: 0644]
visualization/include/pcl/visualization/interactor.h [new file with mode: 0644]
visualization/include/pcl/visualization/interactor_style.h [new file with mode: 0644]
visualization/include/pcl/visualization/keyboard_event.h [new file with mode: 0644]
visualization/include/pcl/visualization/mouse_event.h [new file with mode: 0644]
visualization/include/pcl/visualization/pcl_visualizer.h [new file with mode: 0644]
visualization/include/pcl/visualization/point_cloud_handlers.h [new file with mode: 0644]
visualization/include/pcl/visualization/point_picking_event.h [new file with mode: 0644]
visualization/include/pcl/visualization/range_image_visualizer.h [new file with mode: 0644]
visualization/include/pcl/visualization/registration_visualizer.h [new file with mode: 0644]
visualization/include/pcl/visualization/vtk.h [new file with mode: 0644]
visualization/include/pcl/visualization/vtk/pcl_image_canvas_source_2d.h [new file with mode: 0644]
visualization/include/pcl/visualization/window.h [new file with mode: 0644]
visualization/src/cloud_viewer.cpp [new file with mode: 0644]
visualization/src/common/common.cpp [new file with mode: 0644]
visualization/src/common/float_image_utils.cpp [new file with mode: 0644]
visualization/src/common/io.cpp [new file with mode: 0644]
visualization/src/common/shapes.cpp [new file with mode: 0644]
visualization/src/histogram_visualizer.cpp [new file with mode: 0644]
visualization/src/image_viewer.cpp [new file with mode: 0644]
visualization/src/interactor.cpp [new file with mode: 0644]
visualization/src/interactor_style.cpp [new file with mode: 0644]
visualization/src/pcl_visualizer.cpp [new file with mode: 0644]
visualization/src/point_cloud_handlers.cpp [new file with mode: 0644]
visualization/src/point_picking_event.cpp [new file with mode: 0644]
visualization/src/range_image_visualizer.cpp [new file with mode: 0644]
visualization/src/vtk/pcl_image_canvas_source_2d.cpp [new file with mode: 0644]
visualization/src/window.cpp [new file with mode: 0644]
visualization/test/CMakeLists.txt [new file with mode: 0644]
visualization/test/test.cpp [new file with mode: 0644]
visualization/test/test_geometry.cpp [new file with mode: 0644]
visualization/test/test_shapes.cpp [new file with mode: 0644]
visualization/tools/CMakeLists.txt [new file with mode: 0644]
visualization/tools/oni_viewer_simple.cpp [new file with mode: 0644]
visualization/tools/openni_image.cpp [new file with mode: 0644]
visualization/tools/openni_viewer.cpp [new file with mode: 0644]
visualization/tools/openni_viewer_simple.cpp [new file with mode: 0644]
visualization/tools/pcd_grabber_viewer.cpp [new file with mode: 0644]
visualization/tools/pcd_viewer.cpp [new file with mode: 0644]
visualization/tools/timed_trigger_test.cpp [new file with mode: 0644]
visualization/visualization.doxy [new file with mode: 0644]